@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');


/* custom properties
------------------------------------*/
:root {
  --site-color:  #418AB6;
  --text-color:  #333333;
  --bg-color:    #E2EFF7;
  --accent-color:#FF7F00;
  --frame-color: #CCCCCC;
  --guide-color: #EEEEEE;
  --error-color: #FF0000;
  --errbg-color: #FFEBEB;
  --mfont-size:  1.5rem;
  --sfont-size:  1.3rem;
  --max-width:   700px;
}


/* BASE
------------------------------------*/
html {
  font-size: 62.5%;
  height: 100%;
}
body {
  min-width: 350px;
  font-family: 'Noto Sans JP','Hiragino Kaku Gothic ProN W3', Meiryo, Arial, Helvetica, sans-serif;
  font-size: var(--mfont-size);
  font-weight: 400;
  line-height: 1.5em;
  color: var(--text-color);
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
}

header,
footer {
  width: 100%;
  max-width: var(--max-width);
  min-width: 350px;
  padding: 0 10px;
  margin: 0 auto;
}
.pageWidth {
  position: relative;
  width: 100%;
  max-width: var(--max-width);
  min-width: 350px;
  padding: 0 20px;
  margin: 0 auto;
}


/* COMMON
------------------------------------*/
a {
  text-decoration: none;
  cursor: pointer;
}
ul ,
ol ,
li {
  list-style: none;
  padding: 0;
  margin: 0;
}
p {
  line-height: 1.5em;
}

p strong {
  font-weight: bold;
  color: #FF0000;
}

p strong.underline {
  font-weight: bold;
  text-decoration:underline;
  color:#333333;
}


.fwb {
  font-weight: 700;
}
.red {
  color: #FF0000;
}

.center{ margin: 0 auto; }

.textRight {
  text-align: right;
}
.textCenter {
  text-align: center;
}

.mt1em {
  margin-top: 1em !important;
}
.mtSS {
  margin-top: 9px !important;
}
.mtS {
  margin-top: 20px !important;
}
.mtM {
  margin-top: 30px !important;
}
.mtL {
  margin-top: 50px !important;
}
.mtLL {
  margin-top: 70px !important;
}

.frameFull {
  width: 100vw;
  padding-left: calc(50vw - 50%);
  padding-right: calc(50vw - 50%);
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
@media (max-width: 350px) {
  .frameFull {
    width: calc(100% + 40px);
    padding-left: 20px;
    padding-right: 20px;
    margin-left: -20px;
    margin-right: -20px;
  }
}
.infoBox {
  background-color: var(--bg-color);
  padding-top: 18px;
  padding-bottom: 18px;
}
.infoBox p {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 700;
}
.guideBox {
  background-color: var(--guide-color);
  padding-top: 14px;
  padding-bottom: 13px;
}
.guideBox p {
  font-weight: 700;
}
.errorBox {
  background-color: var(--errbg-color);
  border: 1px solid var(--error-color);
  padding-top: 18px;
  padding-bottom: 18px;
}
.errorBox p {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 700;
  color: var(--error-color);
}
.errorMessage {
  text-align: center;
  font-weight: 700;
  color: var(--error-color);
  margin: 20px 0 29px 0;
}

.asteriskText {
  position: relative;
  font-size: var(--sfont-size);
  padding-left: 1.2em;
}
.asteriskText::before {
  content: '※';
  position: absolute;
  left: 0;
}
.asteriskText + .asteriskText {
  margin-top: 6px;
}

.progress__bar {
  position:relative;
  background-color: var(--bg-color);
  border-radius: 10px;
  width: 100%;
  height: 11px;
  overflow: hidden;
}
.progress__bar span {
  position:absolute;
  background-color: var(--site-color);
  border-radius: 10px;
  height: 11px;
  width: 0%;
}
.progress__bar--step01 span {
  width: 12.5%;
}
.progress__bar--step02 span {
  width: 25%;
}
.progress__bar--step03 span {
  width: 37.5%;
}
.progress__bar--step04 span {
  width: 50%;
}
.progress__bar--step05 span {
  width: 62.5%;
}
.progress__bar--step06 span {
  width: 75%;
}
.progress__bar--step07 span {
  width: 87.5%;
}
.progress__bar--step08 span {
  width: 100%;
}
.progress__bar--step09 span {
  width: 100%;
}
.progress__text {
  display: flex;
  justify-content: space-between;
  margin-top: 9px;
}
.progress__guide {
  font-size: 1.3rem;
}
.progress__page {
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--site-color);
}

.helpButton {
  position: relative;
  top: 1px;
  background-color: #FFFFFF;
  border: 1px solid var(--site-color);
  border-radius: 2px;
  width: auto;
  text-align: center;
  font-weight: 700;
  line-height: 20px;
  padding:5px;
  color: var(--site-color);
  cursor: pointer;
}
.buttonLink {
  display: inline-block;
  background-color: var(--site-color);
  border-radius: 28px;
  width: 100%;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 700;
  color: #FFFFFF;
  padding: 16px 0;
  cursor: pointer;
}
.buttonNext {
  display: inline-block;
  background-color: var(--accent-color);
  border-radius: 28px;
  width: 100%;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 700;
  color: #FFFFFF;
  padding: 16px 0;
  cursor: pointer;
}
.buttonConfirm {
  display: inline-block;
  background-color: var(--error-color);
  border: 1px solid #FFFFFF;
  border-radius: 28px;
  width: 100%;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 700;
  color: #FFFFFF;
  padding: 16px 0;
  cursor: pointer;
  box-shadow: 0 0 6px rgba(255,0,0,0.62);
}
.buttonReturn {
  display: inline-block;
  border: 1px solid var(--site-color);
  border-radius: 28px;
  width: 100%;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 700;
  color: var(--site-color);
  padding: 16px 30px;
  cursor: pointer;
}
.buttonNext + .buttonReturn,
.buttonConfirm + .buttonReturn {
  margin-top: 16px;
}
.arrowRight {
  position: relative;
}
.arrowRight::after {
  content: url(../img/arrow_right.svg);
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  height: 14px;
  line-height: 14px;
}
.arrowRight {
  position: relative;
}
.arrowRight::after {
  content: url(../img/arrow_right.svg);
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  height: 14px;
  line-height: 14px;
}
.arrowLeft {
  position: relative;
}
.arrowLeft::after {
  content: url(../img/arrow_left.svg);
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  height: 14px;
  line-height: 14px;
}


/* Header
------------------------------------*/
header {
  border-bottom: 1px solid var(--frame-color);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 16.5px 10.5px 9.5px;
}
.header__logo {
  position: relative;
  display: inline-block;
  width: 150px;
  z-index: 1;
}
.header__title {
  max-width: 178px;
  width: 50%;
}
.header__title img {
  display: block;
}


/* FOOTER
------------------------------------*/
footer {
  border-top: 1px solid var(--frame-color);
  text-align: center;
  font-size: 1.2rem;
  padding: 15px 0;
  margin-top: 50px;
}


/* 01 トップ
------------------------------------*/
.top header,
.complet header {
  display: block;
  border-bottom: none;
  text-align: center;
  padding: 60px 20px 0 20px;
}
p.top-text {
  text-align: left;
}
.top .header__title,
.complet .header__title {
  max-width: 321px;
  width: 100%;
  margin: 15px auto 0 auto;
}

.secTopAbout {
  overflow: hidden;
  text-align: center;
  padding: 11px 0 30px 0;
}
.secTopAbout__date {
  font-size: 1.8rem;
}
.secTopAbout__box01 {
  padding-top: 20px;
  padding-bottom: 20px;
  margin-top: 44px;
  margin-bottom: 20px;
}
.secTopAbout__english {
  text-align: left;
  font-size: var(--sfont-size);
}
.secTopAbout__box02 {
  border-radius: 4px;
  padding-top: 12px;
  padding-bottom: 15px;
  margin-top: 20px;
}
.secTopAbout__box02 p strong {
  font-size: 30px;
  font-weight: 700;
  color: var(--site-color);
  margin: 0 4px;
}
.secTopLanguage {
  overflow: hidden;
}
.secTopLanguage__box01 {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}
p.secTopLanguage__text01 {
  font-size: 1.3rem;
  font-weight: 400;
  margin-top: 3px;
}
.secTopLanguage__list {
  margin-top: 36px;
}
.secTopLanguage__list li + li {
  margin-top: 16px;
}
.secTopLanguage__list li a {
  position: relative;
  display: inline-block;
  background-color: var(--site-color);
  border-radius: 74px;
  width: 100%;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
  color: #FFFFFF;
  padding: 15px 30px;
}

.secTopLanguage__list li button {
  position: relative;
  display: inline-block;
  background-color: var(--site-color);
  border-radius: 74px;
  width: 100%;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
  color: #FFFFFF;
  padding: 15px 30px;
  cursor: pointer;
}


/* フォーム
------------------------------------*/
.formItem {
  margin-top: 20px;
}
.formItem dt {
  font-weight: 700;
}
.formItem dd {
  margin-top: 5px;
}
.formItem dd.has-child {
  background-color: var(--guide-color);
  border: 1px solid var(--frame-color);
  border-radius: 4px;
  padding: 10px 10px 20px 10px;
  margin-top: 9px;
}
.formItem dd.has-child > .formItem:first-child {
  margin-top: 0;
}
.formItem dd.agreeCheck {
  padding-left: 2em;
  text-indent: -2em;
  font-weight: 700;
}
.formItem dd.agreeCheck a {
  text-decoration: underline;
}
.unitChar {
  font-weight: 700;
  vertical-align: sub;
  margin: 0 10px 0 6px;
}

.selectLabel {
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 7px;
}
.radioGroup label + label {
  margin-left: 20px;
}
.radioGroup--vertical {
  padding-top: 10px;
}
.radioGroup--vertical label {
  display: block;
}
.radioGroup--vertical label + label,
.radioGroup--vertical .radioGroup__text + label {
  margin-left: 0;
  margin-top: 15px;
}
.radioGroup__text {
  padding-left: 27px;
  margin-top: 5px;
}
.radioGroup__text p {
  font-size: var(--sfont-size);
}

.formGroup {
  display: flex;
}
.formGroup .formItem:last-child {
  border-left: 1px solid var(--frame-color);
  padding-left: 20px;
  margin-left: 10px;
}
.commonForm input[type="text"],
.commonForm input[type="number"],
.commonForm select {
  background-color: #FAFAFA;
  border: 1px solid var(--frame-color);
  border-radius: 4px;
  width: 100%;
  font-size: 1.6rem;
  padding: 10.5px 15px;
}
.commonForm input[type="text"]::placeholder,
.commonForm input[type="number"]::placeholder {
  color: #999999;
}
.commonForm input[type="number"] {
  width: 53px;
  text-align: center;
  padding: 10.5px 0;
}
.commonForm select {
  background-image: url(../img/arrow_down.svg);
  background-repeat: no-repeat;
  background-position: top 19px right 10px;
  background-size: 14px 8px;
  padding: 10.5px 25px 10.5px 10px;
}
.commonForm input[type="radio"] {
  display: none;
}
.commonForm input[type="radio"] + span {
  position:relative;
  display: inline-block;
  padding-left: 27px;
}
.commonForm input[type="radio"] + span::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  left: 0;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-color: #FFFFFF;
  border: 1px solid var(--frame-color);
  border-radius: 50%;
}
.commonForm input[type="radio"]:checked + span::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 4px;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  background-color: var(--site-color);
  border-radius: 50%;
}
.commonForm input[type="radio"] + span small {
  font-size: 1.2rem;
  margin-left: 6px;
}
.commonForm input[type="checkbox"] {
	position: relative;
  border: none;
	margin: 0 30px 0 0;
	cursor: pointer;
}
.commonForm input[type="checkbox"]:before {
	position: absolute;
	z-index: 400;
	top: -14px;
	left: 0.1875rem;
	width: 20px;
	height: 10px;
	content: '';
	-webkit-transition: -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
	        transition:         transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
	-webkit-transform: rotate(-45deg) scale(0, 0);
	        transform: rotate(-45deg) scale(0, 0);
	border: 4px solid var(--site-color);
	border-top-style: none;
	border-right-style: none;
}
.commonForm input[type="checkbox"]:checked:before {
	-webkit-transform: rotate(-45deg) scale(1, 1);
	        transform: rotate(-45deg) scale(1, 1);
}
.commonForm input[type="checkbox"]:after {
	position: absolute;
	top: -15px;
	left: 0;
	width: 20px;
	height: 20px;
	content: '';
	cursor: pointer;
	border: 1px solid var(--frame-color);
  border-radius: 2px;
	background-color: #FAFAFA;
}

.radioButton {
  display: flex;
  justify-content: space-between;
  background-color: #FAFAFA;
  border: 1px solid var(--frame-color);
  border-radius: 4px;
}
.radioButton label {
  width: 50%;
  text-align: center;
  line-height: 45px;
  cursor: pointer;
}
.radioButton input[type="radio"]:checked + label {
  background-color: var(--site-color);
  font-weight: 700;
  color: #FFFFFF;
}

.commonForm input.itemError,
.commonForm select.itemError {
  border: 1px solid var(--error-color);
}
.itemErrorMessage {
  font-size: var(--sfont-size);
  font-weight: 700;
  color: var(--error-color);
  margin-top: 6.5px;
}

/* intro 02, 03, 04
------------------------------------*/
.secIntro {
  overflow: hidden;
  padding-top: 30px;
}
.contactBox {
  border: 1px solid var(--frame-color);
  border-radius: 10px;
  font-size: var(--sfont-size);
  padding: 20px;
  margin-top: 30px;
}
.contactBox h2 {
  font-size: var(--mfont-size);
  font-weight: 700;
  margin-bottom: 9px;
}
.contactBox__text02 {
  margin: 4px 0 10px 0;
}
.contactBox__text02 a {
  color: var(--site-color);
  text-decoration: underline;
}


/* step 05, 06, 07, 08, 09, 10, 11, 12
------------------------------------*/
.secStep {
  overflow: hidden;
  padding-top: 20px;
  counter-reset: number 0;
}
.stationBox {
  border: 2px solid var(--site-color);
}
.stationBox {
  border: 2px solid var(--site-color);
}
.stationBox-inline {
  background-color: var(--site-color);
  text-align: center;
  font-weight: 700;
  color: #FFFFFF;
  padding: 14px;
  width:100%
}
.stationBox-inline {
  background-color: var(--site-color);
  text-align: center;
  font-weight: 700;
  color: #FFFFFF;
  padding: 14px;
  width:100%;
  display:flex;
}
.stationBox-inline div.head {
  width:20%;
  padding: 10px 0 10px 0;
}
.stationBox-inline div.body {
  width:80%;
  color:#333333;
  text-align: left;
  background-color: #EEEEEE;
  padding: 10px 0 10px 10px;
  margin: auto;
}
.stationBox-border > dl {
  padding: 0 10px 0 10px;
}
.stationBox dt {
  background-color: var(--site-color);
  text-align: center;
  font-weight: 700;
  color: #FFFFFF;
  padding: 14px;
}
.stationBox dd {
  min-height: 52px;
  padding: 14px 10px;
}
.stationBox dd.stationBox__name {
  padding: 10px 10px 16px 10px;
}
.stationBox__wrap {
  position: relative;
}
.stationBox__selected {
  display: none;
  position: absolute;
  top: 0;
  background-color: #FAFAFA;
  border: 1px solid var(--frame-color);
  border-radius: 4px;
  width: 100%;
  font-size: 1.6rem;
  padding: 6px;
}
.stationBox__selected > div {
  background-color: var(--bg-color);
  border-radius: 2px;
  padding: 6px 10px;
}
.stationBox__selected button {
  position: absolute;
  top: 16px;
  right: 16px;
  line-height: 13px;
  cursor: pointer;
}
.stationBox__selected button::after {
  content: url(../img/icon_reset.svg);
  display: inline-block;
}
.routeBox {
  background-color: var(--guide-color);
  padding-top: 12px;
  padding-bottom: 18px;
  margin-top: 10px;
}
.routeBox--first {
  background-color: transparent;
  padding-top: 0;
  padding-bottom: 10px;
  margin-top: 30px;
}
.routeBox__delete {
  text-align: right;
  margin-bottom: 11px;
}
.routeBox__delete button {
  background-color: var(--text-color);
  border-radius: 74px;
  font-size: var(--sfont-size);
  font-weight: 700;
  color: #FFFFFF;
  padding: 2px 10px;
  cursor: pointer;
}
.routeBox__delete button::after {
  /* content: '×削除'; */
}
.routeBox .stationBox {
  border: 1px solid var(--frame-color);
  margin-bottom: 30px;
}
.routeBox .stationBox dt {
  background-color: var(--guide-color);
  color: var(--text-color);
}
.routeBox .stationBox dd {
  background-color: #FFFFFF;
  padding: 10px;
}
.routeBox .stationBox dd .radioGroup {
  margin-bottom: 7px;
}
.routeBox__transportation {
  display: flex;
  justify-content: space-between;
}
.routeBox__image {
  width: 64px;
}
.routeBox__select {
  width: calc(100% - 300px - 12px);
}
.routeAdd {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 60px;
  width:190px;
}
.routeAdd-first {  
  margin-top: 50px;  
}
.select-label-text {
  font-size:0.9em;
}
.routeAdd button {
  position: relative;
  display: inline-block;
  background-color: var(--site-color);
  border-radius: 74px;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
  color: #FFFFFF;
  padding: 10px 20px;
  cursor: pointer;
}
.asteriskNoText {
  position: relative;
  font-size: var(--sfont-size);
  padding-left: 2em;
}
.asteriskNoText::before {
  counter-increment: number 1;
  content: '※'counter(number);
  position: absolute;
  left: 0;
}
.asteriskNoText + .asteriskNoText {
  margin-top: 10px;
}


/* outro 14, 15
------------------------------------*/
.secOutro {
  overflow: hidden;
  padding-top: 30px;
}
.confirmTitle {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 50px;
  margin-bottom: 30px;
}
.confirmTitle p {
  width: calc(100% - 59px - 5px);
  font-size: 1.6rem;
}
.editButton {
  display: inline-block;
  background-color: #FFFFFF;
  border: 1px solid  var(--site-color);
  border-radius: 74px;
  width: 59px;
  text-align: center;
  font-size: var(--sfont-size);
  font-weight: 700;
  line-height: 25px;
  color: var(--site-color);
}
.editButton::after {
  content: '';
}
.confirmItemSet {
  border-top: 1px solid var(--site-color);
  border-bottom: 1px solid var(--site-color);
  padding: 10px 0;
}
.confirmItemSet + .confirmItemSet {
  border-top: none;
}
.confirmItem + .confirmItemSet {
  margin-top: 10px;
}
.confirmGroup + .confirmGroup {
  margin-top: 30px;
}
.confirmGroup > dt {
  border-bottom: 1px solid var(--site-color);
  font-weight: 700;
  color: var(--site-color);
  padding-bottom: 7px;
  margin-bottom: 16px;
}
.confirmItem {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.confirmItem + .confirmItem,
.confirmItemSet + .confirmItem {
  margin-top: 10px;
}
.confirmItem dt {
  font-size: 1.4rem;
  font-weight: 700;
}
.confirmItem dd {
  font-size: 1.4rem;
  margin-left: 10px;
}
div.confirmItemTitle {
  font-size: 1.6rem;
  font-weight: 700;
}
dl + div.confirmItemTitle {
  margin-top: 10px;
}
.confirmItemIndent {
  margin-left: 10px;
}
.confirmStationItem {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 25px;
  margin-bottom: 25px;
}
.confirmStationItem dt {
  font-size: 1.4rem;
  font-weight: 700;
}
.confirmStationItem dd {
  font-size: 1.4rem;
  margin-left: 10px;
  font-weight: 700;
}

/* complet
------------------------------------*/
.secComplet {
  overflow: hidden;
  padding-top: 63px;
}
.rewardBox {
  background-color: var(--guide-color);
  padding-top: 30px;
  padding-bottom: 30px;
}


/* ヘルプ Dialog
------------------------------------*/
.dialog {
  display: none;
  background: rgba(0,0,0,0.72);
  position: fixed;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 9999;
  overflow: auto;
}
.dialog__bg {
  height: 100%;
  width: 100%;
}
.dialog__content {
  position: absolute;
  left: 50%;
  top: 10%;
  transform: translate(-50%,0);
  background-color: #FFFFFF;
  max-width: var(--max-width);
  width: 90%;
  padding: 50px 20px 50px 20px;
}
.dialog__close {
  position: absolute;
  top: 0;
  right: 0;
  background-image: url(../img/icon_close.svg);
  width: 50px;
  height: 50px;
  cursor: pointer;
}

.helpDialog__image {
  text-align: center;
}
.helpDialog__image img {
  width: 75%;
  max-width: 620px;
}
.helpDialog__box01 {
  background-color: #FFE6E6;
  border: 2px solid #FF0000;
  border-radius: 2px;
  padding: 10px;
}
.helpDialog__box01 p {
  font-size: 1.4rem;
  font-weight: 700;
}
.helpDialog__box01 p u {
  text-decoration: underline;
}
.helpDialog__box02 {
  margin-top: 14px;
}
.helpDialog__box02 p {
  font-size: 1.3rem;
}


/* jQuery UI Autocomplete
------------------------------------*/
.ui-autocomplete {
  border: 1px solid var(--site-color) !important;
  border-radius: 4px;
  max-height: 165px;
  padding: 12px 10px;
  margin-top: 5px;
  overflow-y: auto;
  overflow-x: hidden;
}
.ui-autocomplete::-webkit-scrollbar {
  background-color: var(--bg-color);
  border-radius: 10px;
  width: 7px;
}
.ui-autocomplete::-webkit-scrollbar-thumb {
  background-color: var(--site-color);
  border-radius: 10px;
}
.ui-menu-item {
  background-color: #F5F8FA;
}
.ui-menu-item:nth-child(odd) {
  background-color: #E2EFF7;
}
.ui-menu-item .ui-menu-item-wrapper {
  padding: 5px 1em 5px .4em !important;
  font-size:1.2em;
}
.ui-autocomplete-category {
  padding: 10px 0;
  font-weight: 700;
}
.ui-autocomplete-input {
  position: relative;
}


/* ステップ３用文字設定 */
.station-str {
  font-size:1.5em;
  font-weight: bold;
}

@media (max-width: 516px) {
  .routeBox__transportation {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .routeBox__transportation > div {
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  } 
  .routeBox__image img {
    width:80%;
    height: 80%;
  }
  .routeBox__transportation {
    width:100%;
  }
  .routeBox__select {
    width:75%;
  }
  .routeAdd {
    width:25%;
    margin: auto;
  }
}
/* 矢印 */
.boldbottom{
  position: relative;
  margin: 15px 0;
  height: 100px;
  left: 46.5%;
}
.boldbottom::before{
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 12px;
  width: 16px;
  height: 100px;
  background: #418AB6;
  margin: auto;
}
.boldbottom::after{
  content: "";
  display: block;
  position: absolute;
  top: 100px;
  left: 0;
  width: 0;
  height: 0;
  border: 20px solid;
  border-color: #418AB6 transparent transparent transparent;
  margin: auto;
}

.boldbottom-short{
  position: relative;
  margin: 15px 0;
  height: 25px;
  left: 46.5%;
}
.boldbottom-short::before{
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 12px;
  width: 16px;
  height: 25px;
  background: #418AB6;
  margin: auto;
}
.boldbottom-short::after{
  content: "";
  display: block;
  position: absolute;
  top: 25px;
  left: 0;
  width: 0;
  height: 0;
  border: 20px solid;
  border-color: #418AB6 transparent transparent transparent;
  margin: auto;
}

.show-this-text{
  background-color: #fffacd;
  border-radius: 10px;
  padding: 15px;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 700;
}

/* メール送信関係の追加スタイル */
.re-send-email{
  position: relative;
  display: inline-block;
  background-color: var(--site-color);
  border-radius: 50px;
  width: auto;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
  color: #FFFFFF;
  padding: 15px 30px;
  cursor: pointer;
}

.succsessBox {
  background-color: #d1e7dd;
  border: 1px solid #a3cfbb;
  padding-top: 18px;
  padding-bottom: 18px;
}
.succsessBox p {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 700;
  color: #0a3622;
}


